ResourceList Method (String, PropertyName, Boolean) |
Displays a list of ResourceInfo.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ResourceInfo[] List(
string address,
PropertyName[] propertyName,
bool recursive
)
Public Function List (
address As String,
propertyName As PropertyName(),
recursive As Boolean
) As ResourceInfo()
Parameters
- address
- Type: SystemString
The URI that identifies the collection. - propertyName
- Type: Independentsoft.WebdavPropertyName
Properties to display. - recursive
- Type: SystemBoolean
If true returns resources in this collection and all subcollections.
Return Value
Type:
ResourceInfoAn array of ResourceInfo.
See Also